home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-01 | 1.7 KB | 82 lines | [TEXT/MPS ] |
- ; File: E16.Dialog
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- badItemType GEQU $150A
- newItemFailed GEQU $150B
- itemNotFound GEQU $150C
- notModalDialog GEQU $150D
- getInitView GEQU $0001
- getInitTotal GEQU $0002
- getInitValue GEQU $0003
- scrollLineUp GEQU $0004
- scrollLineDown GEQU $0005
- scrollPageUp GEQU $0006
- scrollPageDown GEQU $0007
- scrollThumb GEQU $0008
- buttonItem GEQU $000A
- checkItem GEQU $000B
- radioItem GEQU $000C
- scrollBarItem GEQU $000D
- userCtlItem GEQU $000E
- statText GEQU $000F
- longStatText GEQU $0010
- editLine GEQU $0011
- iconItem GEQU $0012
- picItem GEQU $0013
- userItem GEQU $0014
- userCtlItem2 GEQU $0015
- longStatText2 GEQU $0016
- itemDisable GEQU $8000
- minItemType GEQU $000A
- maxItemType GEQU $0016
- ok GEQU $0001
- cancel GEQU $0002
- inButton GEQU $0002
- inCheckBox GEQU $0003
- inRadioButton GEQU $0004
- inUpArrow GEQU $0005
- inDownArrow GEQU $0006
- inPageUp GEQU $0007
- inPageDown GEQU $0008
- inStatText GEQU $0009
- inGrow GEQU $000A
- inEditLine GEQU $000B
- inUserItem GEQU $000C
- inLongStatText GEQU $000D
- inIconItem GEQU $000E
- inLongStatText2 GEQU $000F
- inThumb GEQU $0081
- okDefault GEQU $0000
- cancelDefault GEQU $0040
- alertDrawn GEQU $0080
- ; offset constants for ItemTemplate
- oitemID GEQU 0
- oitemRect GEQU 2
- oitemType GEQU 10
- oitemDescr GEQU 12
- oitemValue GEQU 16
- oitemFlag GEQU 18
- oitemColor GEQU 20
- ; offset constants for AlertTemplate
- oatBoundsRect GEQU 0
- oatAlertID GEQU 8
- oatStage1 GEQU 10
- oatStage2 GEQU 11
- oatStage3 GEQU 12
- oatStage4 GEQU 13
- oatItemList GEQU 14 ; Null terminated array
- ; offset constants for DialogTemplate
- odtBoundsRect GEQU 0
- odtVisible GEQU 8
- odtRefCon GEQU 10
- odtItemList GEQU 14
- ; offset constants for UserCtlItemPB
- odefProcParm GEQU 0
- otitleParm GEQU 4
- oparam2 GEQU 8
- oparam1 GEQU 10
-